The output image for an export operation can be written to a handle, file, or other data reference. To specify the destination, call the respective function:
GraphicsExportSetOutputDataReference
GraphicsExportSetOutputFile
GraphicsExportSetOutputHandle
By default, the graphics exporter's suggested file type and creator will be used for any newly created file. To override the suggested file type or creator, call GraphicsExportSetOutputFileTypeAndCreator .
| Previous | Chapter Contents | Chapter Top | Next |